ESRI.ArcGIS.Mobile.Client
FindCore Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Generic BindingListView Class : FindCore Method

prop
key
Searches for the index of the item that has the specified property descriptor with the specified value.

Syntax

Visual Basic (Declaration) 
Protected Overrides NotOverridable Function FindCore( _
   ByVal prop As PropertyDescriptor, _
   ByVal key As Object _
) As Integer
C# 
protected override int FindCore( 
   PropertyDescriptor prop,
   object key
)

Parameters

prop
key

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also